Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

PointToPhysical(AnnPoint[]) Method






The AnnPoint array to be converted.
Converts the input AnnPoint array from logical to physical coordinate.
Syntax
public AnnPoint[] PointToPhysical( 
   AnnPoint[] pts
)
'Declaration
 
Public Overloads Function PointToPhysical( _
   ByVal pts() As AnnPoint _
) As AnnPoint()
'Usage
 
Dim instance As AnnTransformer
Dim pts() As AnnPoint
Dim value() As AnnPoint
 
value = instance.PointToPhysical(pts)

            

            
public:
array<AnnPoint>^ PointToPhysical( 
   array<AnnPoint>^ pts
) 

Parameters

pts
The AnnPoint array to be converted.

Return Value

The converted (physical) AnnPoint array.
Example
For an example, refer to AnnTransformer.
Requirements

Target Platforms

See Also

Reference

AnnTransformer Class
AnnTransformer Members
Overload List

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)